Your process needs its own interface that takes as input
a string for the caller's gender, and will return the final concatenated
result string.
Your human task also needs its own interface. It will take
a string as input, and like all inputs to To-do human tasks it will
be displayed in the user interface form of the claimed task, which
will prompt the user for their first name and last name
which will be returned as output from the human task once it is completed.
To
create the two new interfaces in the existing HelloWorldLibrary library
project: