$value->getLogin(), 'firstName' => $value->getFirstName(), 'lastName' => $value->getLastName(), 'email' => $value->getEmail() ); return $ua; } }