When viewing the list of workouts in the gym, pagination should be used, just like when viewing the list of exercises in the gym. Currently, the workout index page is unpaginated.
We should just port the pagination approach from the exercise index page over to the workout index page as well.