(string) $this->nickname, 'avatar' => (string) $this->avatar, 'gender' => (string) $this->gender, 'birthday' => (string) $this->birthday?->toDateString(), 'code' => (string) $this->code, 'is_company' => (boolean) $this->is_company, 'points' => bcdiv($this->points, 100, 2), ]; } }