*/ public function toArray(): array { return [ 'id' => $this->id, 'name' => $this->name, 'email' => $this->email, 'mobileNumber' => $this->mobileNumber, 'city' => $this->city, ]; } }