$this->id, "name" => $this->profile->full_name, "email" => $this->email, "role" => $this->role->label(), "position" => $this->profile->position, "avatar" => $this->profile->getAvatar(), "deleted" => $this->trashed(), "lastActiveAt" => $this->last_active_at?->toDateTimeString(), "employmentForm" => $this->profile->employment_form->label(), "employmentDate" => $this->profile->employment_date->toDisplayString(), ]; } }