Codable
JSONEncoder
UserDefaults
JSONDecoer
struct SaveData: Codable { var characters: [[Character]] }
struct Character: Codable