public override Group Clone() => new Gan() { Key = Key, Tiles = Tiles.Clone() as Tile[], Type = Type, AddedIndex = AddedIndex, Added = Added };