@Override
 public Object getItem(final int position) {
   return mapListSection.getMapListEntryList().get(position);
 }
 @Override
 public int getCount() {
   return mapListSection.getMapListEntryList().size();
 }