Create a new protocol. ownerId and name must be specified.
ownerId
name
StudyProtocol({ required this.ownerId, required this.name, this.description, }) : super();