Map<String, dynamic> toJson() => <String, dynamic>{ "visible": visible, "title": title.toJson(), "background": background.toJson(), };