@Override
 public void storeInBundle(Bundle bundle) {
   super.storeInBundle(bundle);
   bundle.put(SCROLLS, scrolls.toArray(new String[scrolls.size()]));
 }