public String getString(String key) {
   return context.getString(key, "");
 }