public String[] getStatisticNames() {
   Stats stats = delegate.getStats();
   if (stats != null) {
     return stats.getStatisticNames();
   } else {
     return null;
   }
 }