public override string ToString() { return(Variation != null ? string.Join(" ", Variation.Select(x => x.SAN)) : string.Join(" ", VariationLong)); }