if user chose to add a Rounded trip then we need to handle data from git Add Trip activity so that.
i get the first trip information and direction
get he second trip information and directions which should be the opposite of the first one.
and the wrap data in two different trip instances which will then added to firebase
the data required for the return trip will only be the trip date and time and trip notes only
the name must be the same name of the first trip adding suffix "-return"
the start point must be the end point of first trip.
the end point must be the start point of first trip.
if user chose to add a Rounded trip then we need to handle data from git Add Trip activity so that.