The time when the participant started the task or result
DateTime get startDate => _startDate;
set startDate(DateTime startDate) { this._startDate = startDate; }