private void persistNotes() {
   preferenceService.edit().putString(PREF_KEY_NOTES, gson.toJson(getModel().getNotes())).commit();
 }