/**
  * @return User[]
  */
 public function getAllUsers()
 {
     return $this->repository->findAll();
 }