public function index()
 {
     $this->view->universities = $this->currentPlayer->getUniversities();
 }