A list of the days of the week on which the individual works.
Each day should be represented as a string, such as "Monday" or "Friday".
List<String>? daysOfWeek;