public static function GenerateStats(PerformanceMetric $pm, $criteria = null)
 {
     $result = $pm->getValues();
     $result["ho baby"] = "yeah";
     return $result;
 }