protected static function get_fields()
 {
     return self::select_fields() . ", " . Survey::select_fields() . ", " . User::select_fields() . ", " . SurveyQuestion::select_fields() . ", " . SurveyResponse::select_fields();
 }
 protected static function get_fields()
 {
     return self::select_fields() . ", " . Survey::select_fields();
 }