user = $user; } public function getUser(): UserInterface { return $this->user; } public function serialize(): string { return serialize($this); } }