renderListItem = ({index, style}) => {

    return(
      <ListItem  style={style} >   
        <CongressPersonLine data={this.state.plenaryAttendanceList[index]}></CongressPersonLine>