public void store() throws IOException {
   store(DocearUserController.getActiveUser());
 }
 public String getSettingsPath() {
   return this.getSettingsPath(DocearUserController.getActiveUser());
 }
 public void load() throws IOException {
   loadSettings(DocearUserController.getActiveUser());
 }