description; } public function addUser(LegacyUser $user) { $this->users[] = $user; } public function getUsers() { return $this->users; } }