public static function getMaskedRow($row)
 {
     return array_map('trim', parent::getMaskedRow($row));
 }