public function show_all()
 {
     $words = Mword::where('status', '=', 'waiting')->get();
     return $this->respond($this->transform_words($words));
 }