*/ public function toArray(): array { return [ 'profileId' => $this->profile->getKey(), 'profileName' => $this->profile->getName(), ]; } }