@override Map<String, Object?> toJson() { final data = super.toJson(); data['state_key'] = stateKey; return data; }