public void saveWordList(List<Word> list) {
   String json = gson.toJson(list);
   tinyDb.putString(STATE_WORD_LIST, json);
 }