Serialize the attachment to JSON
Object toJson ({int? id}) => { 'id': id, 'filename': filename, 'description': description };