@Override
 public void notifyDataSetChanged() {
   super.notifyDataSetChanged();
   // update the current selection (we might have saved this position
   // before)
   refreshSelection();
 }
 @Override
 public void clear() {
   super.clear();
   addBaseGroups();
 }