@Override
 public Map onSaveSettings() {
   Map m = ua.saveForStorage();
   m.putAll(super.onSaveSettings());
   return m;
 }