def get(self):
     users = UserService.getAll()
     return [user.serialize for user in users]