/**
  * Display a listing of the resource.
  *
  * @return String Json
  */
 public function index()
 {
     return User::all()->toJson();
 }