public function getIndex()
 {
     return NivelEducativo::orderBy("orden")->get();
 }