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