@Override
 public void onSaveInstanceState(final Bundle outState) {
   super.onSaveInstanceState(outState);
   saveInfo(outState, null);
 }